Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterBatchPublisher.Builder
Packages that use OnapMsgRouterBatchPublisher.Builder
-
Uses of OnapMsgRouterBatchPublisher.Builder in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher that return OnapMsgRouterBatchPublisher.BuilderModifier and TypeMethodDescriptionOnapMsgRouterBatchPublisher.Builder.batchAtMost(int atMost) specify how many messages to hold for a batchOnapMsgRouterBatchPublisher.Builder.batchMaxAgeMs(int maxAgeMs) specify how long to wait for messages to join a batchOnapMsgRouterBatchPublisher.Builder.logTo(org.slf4j.Logger log) Specify the log to use.OnapMsgRouterBatchPublisher.Builder.retryAfterMs(int retryWaitMs) specify how long to wait before retrying when the MR call results in an errorOnapMsgRouterBatchPublisher.Builder.usingPublisher(OnapMsgRouterPublisher pub) Specify the publisher to use for sends.OnapMsgRouterBatchPublisher.Builder.withMaxPendingCount(int maxPending, OnapMsgRouterBatchPublisher.DropPolicy dropPolicy)