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