Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterBatchPublisher
Packages that use OnapMsgRouterBatchPublisher
-
Uses of OnapMsgRouterBatchPublisher in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher that return OnapMsgRouterBatchPublisherModifier and TypeMethodDescriptionstatic OnapMsgRouterBatchPublisherOnapMsgRouterBatchPublisher.build(OnapMsgRouterPublisher pub, int atMost, int maxAgeMs) For convenience, just provide a publisher and batching limitsOnapMsgRouterBatchPublisher.Builder.build()Build the batching publisherOnapMsgRouterBatchPublisher.send(OnapMsgRouterPublisher.Message msg) Queue a message to be sent in a batch.OnapMsgRouterBatchPublisher.send(List<OnapMsgRouterPublisher.Message> msgs) Queue a set of messages to be sent in a batch.