Uses of Class
io.continual.onap.services.publisher.OnapMsgRouterPublisher.Builder
Packages that use OnapMsgRouterPublisher.Builder
-
Uses of OnapMsgRouterPublisher.Builder in io.continual.onap.services.publisher
Methods in io.continual.onap.services.publisher that return OnapMsgRouterPublisher.BuilderModifier and TypeMethodDescriptionSet HTTP basic auth credentials.OnapMsgRouterPublisher.builder()Get a new builderOnapMsgRouterPublisher.Builder.defaultHttp()If no protocol is provided on a host string, default to http://OnapMsgRouterPublisher.Builder.defaultHttps()If no protocol is provided on a host string, default to https://OnapMsgRouterPublisher.Builder.defaultHttps(boolean https) If no protocol is provided on a host string, default to https:// if true, http:// if false.OnapMsgRouterPublisher.Builder.forgetHosts()Clear any hosts the builder already knows about.OnapMsgRouterPublisher.localTest()Get a local test publisher builder to optionally customize further.OnapMsgRouterPublisher.Builder.logTo(org.slf4j.Logger log) Specify the log to use.Specify the topic to publish to.OnapMsgRouterPublisher.Builder.usingProxy(String proxy) Specify a proxy to use for the HTTP connection to Message Router.OnapMsgRouterPublisher.Builder.usingProxy(String host, int port) Specify a proxy to use for the HTTP connection to Message Router.OnapMsgRouterPublisher.Builder.waitingAtMost(long ms) Specify the amount of time to wait on a socket connection, read, or write.OnapMsgRouterPublisher.Builder.withApiKey(String apiKey, String apiSecret) Set an API key and secret.Specify a clock to use within this implementation.Add a host to the set the publisher can use.Add each host to the host list.OnapMsgRouterPublisher.Builder.withHosts(Collection<String> hosts) Add each host to the host list.