Class ErrorCallbackArgument
java.lang.Object
io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- All Implemented Interfaces:
CallbackArgument
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
CallbackArgument.InvocationBytecodeContext, CallbackArgument.ParameterContext -
Field Summary
Fields inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo2.ExprThis method is only used ifCallbackArgument.matches(ParameterContext)previously returnedtruefor the same parameter context.static booleanisError(CallbackArgument callbackArgument) (package private) booleanisThrowable(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName clazzName) booleanmatches(CallbackArgument.ParameterContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.websockets.next.deployment.CallbackArgument
priority
-
Constructor Details
-
ErrorCallbackArgument
ErrorCallbackArgument()
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceCallbackArgument- Parameters:
context-- Returns:
trueif this provider matches the given parameter context,falseotherwise
-
get
Description copied from interface:CallbackArgumentThis method is only used ifCallbackArgument.matches(ParameterContext)previously returnedtruefor the same parameter context.- Specified by:
getin interfaceCallbackArgument- Parameters:
context-- Returns:
- the result handle to be passed as an argument to a callback method
-
isThrowable
boolean isThrowable(org.jboss.jandex.IndexView index, org.jboss.jandex.DotName clazzName) -
isError
-