Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.nats.NatsInjectHandler
Packages that use NatsInjectHandler
-
Uses of NatsInjectHandler in org.wso2.carbon.inbound.endpoint.protocol.nats
Methods in org.wso2.carbon.inbound.endpoint.protocol.nats with parameters of type NatsInjectHandlerModifier and TypeMethodDescriptionvoidNatsMessageConsumer.registerHandler(NatsInjectHandler injectHandler) Register a handler to implement injection of the retrieved message.Constructors in org.wso2.carbon.inbound.endpoint.protocol.nats with parameters of type NatsInjectHandlerModifierConstructorDescriptionCoreListener(String subject, NatsInjectHandler injectHandler, Properties natsProperties) StreamingListener(String subject, NatsInjectHandler injectHandler, Properties natsProperties)