Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterPublisher.Message
-
Packages that use OnapMsgRouterPublisher.Message Package Description io.continual.onap.services.publisher -
-
Uses of OnapMsgRouterPublisher.Message in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher with parameters of type OnapMsgRouterPublisher.Message Modifier and Type Method Description OnapMsgRouterBatchPublisherOnapMsgRouterBatchPublisher. send(OnapMsgRouterPublisher.Message msg)Queue a message to be sent in a batch.OnapMrResponseOnapMsgRouterPublisher. 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.Message Modifier and Type Method Description OnapMsgRouterBatchPublisherOnapMsgRouterBatchPublisher. send(List<OnapMsgRouterPublisher.Message> msgs)Queue a set of messages to be sent in a batch.OnapMrResponseOnapMsgRouterPublisher. send(List<OnapMsgRouterPublisher.Message> msgList)Send a set of messages to the MR cluster in an all or nothing attempt.
-