Uses of Class
org.opendaylight.controller.cluster.messaging.SliceOptions.Builder
Packages that use SliceOptions.Builder
-
Uses of SliceOptions.Builder in org.opendaylight.controller.cluster.messaging
Methods in org.opendaylight.controller.cluster.messaging that return SliceOptions.BuilderModifier and TypeMethodDescriptionstatic SliceOptions.Builder
SliceOptions.builder()
Returns a new Builder for creating MessageSlicer instances.SliceOptions.Builder.fileBackedOutputStream
(FileBackedOutputStream newFileBackedStream) Sets theFileBackedOutputStream
containing the message data to slice.SliceOptions.Builder.identifier
(Identifier newIdentifier) Sets the identifier of the component to slice.<T extends Serializable>
SliceOptions.BuilderSliceOptions.Builder.message
(T newMessage) Sets the message to slice.SliceOptions.Builder.onFailureCallback
(Consumer<Throwable> newOnFailureCallback) Sets the callback to be notified of failure.Sets the reference of the actor to which message slice replies should be sent.Sets the reference of the actor to which to send the message slices.SliceOptions.Builder.sendTo
(ActorSelection sendTo) Sets the ActorSelection to which to send the message slices.