Uses of Class
com.tick42.glue.internal.gateway.agm.MethodKey
| Package | Description |
|---|---|
| com.tick42.glue.internal.gateway.agm |
-
Uses of MethodKey in com.tick42.glue.internal.gateway.agm
Methods in com.tick42.glue.internal.gateway.agm that return MethodKey Modifier and Type Method Description static MethodKeyMethodKey. of(String serverId, String methodId)Methods in com.tick42.glue.internal.gateway.agm that return types with arguments of type MethodKey Modifier and Type Method Description Map<MethodKey,com.tick42.gateway.messages.agm.Method>AgmPeer. methods()Map<MethodKey,com.tick42.gateway.messages.agm.Method>DefaultAgmPeer. methods()reactor.core.publisher.Mono<MethodKey>AgmPeer. register(com.tick42.gateway.messages.agm.Method method, AgmPeer.MethodHandler handler)reactor.core.publisher.Mono<MethodKey>AgmPeer. register(com.tick42.gateway.messages.agm.Method method, AgmPeer.StreamHandler handler)reactor.core.publisher.Mono<MethodKey>DefaultAgmPeer. register(com.tick42.gateway.messages.agm.Method method, AgmPeer.MethodHandler handler)reactor.core.publisher.Mono<MethodKey>DefaultAgmPeer. register(com.tick42.gateway.messages.agm.Method method, AgmPeer.StreamHandler handler)Method parameters in com.tick42.glue.internal.gateway.agm with type arguments of type MethodKey Modifier and Type Method Description reactor.core.DisposableAgmPeer. methods(StateSubscriber<MethodKey,com.tick42.gateway.messages.agm.Method> listener)reactor.core.DisposableDefaultAgmPeer. methods(StateSubscriber<MethodKey,com.tick42.gateway.messages.agm.Method> listener)