Uses of Class
ch.rasc.wamp2spring.util.HandlerMethodService
Packages that use HandlerMethodService
-
Uses of HandlerMethodService in ch.rasc.wamp2spring.config
Methods in ch.rasc.wamp2spring.config that return HandlerMethodServiceModifier and TypeMethodDescriptionWampConfiguration.handlerMethodService(org.springframework.context.ApplicationContext applicationContext) -
Uses of HandlerMethodService in ch.rasc.wamp2spring.pubsub
Constructors in ch.rasc.wamp2spring.pubsub with parameters of type HandlerMethodServiceModifierConstructorDescriptionPubSubMessageHandler(org.springframework.messaging.SubscribableChannel clientInboundChannel, org.springframework.messaging.SubscribableChannel brokerChannel, org.springframework.messaging.MessageChannel clientOutboundChannel, SubscriptionRegistry subscriptionRegistry, HandlerMethodService handlerMethodService, Features features, EventStore eventStore) -
Uses of HandlerMethodService in ch.rasc.wamp2spring.rpc
Constructors in ch.rasc.wamp2spring.rpc with parameters of type HandlerMethodServiceModifierConstructorDescriptionRpcMessageHandler(org.springframework.messaging.SubscribableChannel clientInboundChannel, org.springframework.messaging.MessageChannel clientOutboundChannel, ProcedureRegistry procedureRegistry, HandlerMethodService handlerMethodService, Features features)