Uses of Class
ch.rasc.wamp2spring.config.Features
Packages that use Features
-
Uses of Features in ch.rasc.wamp2spring.config
Fields in ch.rasc.wamp2spring.config declared as FeaturesMethods in ch.rasc.wamp2spring.config with parameters of type FeaturesModifier and TypeMethodDescriptionprotected voidWampConfiguration.configureFeatures(Features features) default voidWampConfigurer.configureFeatures(Features features) Configures wamp2spring features -
Uses of Features in ch.rasc.wamp2spring.pubsub
Constructors in ch.rasc.wamp2spring.pubsub with parameters of type FeaturesModifierConstructorDescriptionPubSubMessageHandler(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 Features in ch.rasc.wamp2spring.rpc
Constructors in ch.rasc.wamp2spring.rpc with parameters of type FeaturesModifierConstructorDescriptionProcedureRegistry(Features features) RpcMessageHandler(org.springframework.messaging.SubscribableChannel clientInboundChannel, org.springframework.messaging.MessageChannel clientOutboundChannel, ProcedureRegistry procedureRegistry, HandlerMethodService handlerMethodService, Features features)