Package io.fluxcapacitor.javaclient.web
Class WebsocketHandlerDecorator.HandshakeInvoker
java.lang.Object
io.fluxcapacitor.javaclient.web.WebsocketHandlerDecorator.HandshakeInvoker
- All Implemented Interfaces:
HandlerInvoker
- Enclosing class:
- WebsocketHandlerDecorator
protected static class WebsocketHandlerDecorator.HandshakeInvoker
extends Object
implements HandlerInvoker
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fluxcapacitor.common.handling.HandlerInvoker
HandlerInvoker.DelegatingHandlerInvoker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends Annotation>
Ainvoke(BiFunction<Object, Object, Object> combiner) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.common.handling.HandlerInvoker
combine, invoke
-
Constructor Details
-
HandshakeInvoker
protected HandshakeInvoker()
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfaceHandlerInvoker
-
getMethod
- Specified by:
getMethodin interfaceHandlerInvoker
-
getMethodAnnotation
- Specified by:
getMethodAnnotationin interfaceHandlerInvoker
-
expectResult
public boolean expectResult()- Specified by:
expectResultin interfaceHandlerInvoker
-
isPassive
public boolean isPassive()- Specified by:
isPassivein interfaceHandlerInvoker
-
invoke
- Specified by:
invokein interfaceHandlerInvoker
-