| Package | Description | 
|---|---|
| org.opendaylight.controller.cluster.messaging | 
| Modifier and Type | Method and Description | 
|---|---|
| static SliceOptions.Builder | SliceOptions. builder()Returns a new Builder for creating MessageSlicer instances. | 
| SliceOptions.Builder | SliceOptions.Builder. fileBackedOutputStream(FileBackedOutputStream newFileBackedStream)Sets the  FileBackedOutputStreamcontaining the message data to slice. | 
| SliceOptions.Builder | SliceOptions.Builder. identifier(org.opendaylight.yangtools.concepts.Identifier newIdentifier)Sets the identifier of the component to slice. | 
| <T extends Serializable> | SliceOptions.Builder. message(T newMessage)Sets the message to slice. | 
| SliceOptions.Builder | SliceOptions.Builder. onFailureCallback(Consumer<Throwable> newOnFailureCallback)Sets the callback to be notified of failure. | 
| SliceOptions.Builder | SliceOptions.Builder. replyTo(akka.actor.ActorRef newReplyTo)Sets the reference of the actor to which message slice replies should be sent. | 
| SliceOptions.Builder | SliceOptions.Builder. sendTo(akka.actor.ActorRef sendTo)Sets the reference of the actor to which to send the message slices. | 
| SliceOptions.Builder | SliceOptions.Builder. sendTo(akka.actor.ActorSelection sendTo)Sets the ActorSelection to which to send the message slices. | 
Copyright © 2019 OpenDaylight. All rights reserved.