Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterPublisher.Message
Packages that use OnapMsgRouterPublisher.Message
-
Uses of OnapMsgRouterPublisher.Message in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher with parameters of type OnapMsgRouterPublisher.MessageModifier and TypeMethodDescriptionOnapMsgRouterBatchPublisher.send(OnapMsgRouterPublisher.Message msg) Queue a message to be sent in a batch.OnapMsgRouterPublisher.send(OnapMsgRouterPublisher.Message msg) Send a single message to the MR cluster.Method parameters in io.continual.onap.services.publisher with type arguments of type OnapMsgRouterPublisher.MessageModifier and TypeMethodDescriptionOnapMsgRouterBatchPublisher.send(List<OnapMsgRouterPublisher.Message> msgs) Queue a set of messages to be sent in a batch.OnapMsgRouterPublisher.send(List<OnapMsgRouterPublisher.Message> msgList) Send a set of messages to the MR cluster in an all or nothing attempt.