Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterPublisher
-
Packages that use OnapMsgRouterPublisher Package Description io.continual.onap.services.publisher -
-
Uses of OnapMsgRouterPublisher in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher that return OnapMsgRouterPublisher Modifier and Type Method Description OnapMsgRouterPublisherOnapMsgRouterPublisher.Builder. build()Build the publisher given this specification.Methods in io.continual.onap.services.publisher with parameters of type OnapMsgRouterPublisher Modifier and Type Method Description static OnapMsgRouterBatchPublisherOnapMsgRouterBatchPublisher. build(OnapMsgRouterPublisher pub, int atMost, int maxAgeMs)For convenience, just provide a publisher and batching limitsOnapMsgRouterBatchPublisher.BuilderOnapMsgRouterBatchPublisher.Builder. usingPublisher(OnapMsgRouterPublisher pub)Specify the publisher to use for sends.
-