static SliceOptions.Builder |
SliceOptions.builder() |
Returns a new Builder for creating MessageSlicer instances.
|
SliceOptions.Builder |
SliceOptions.Builder.fileBackedOutputStream(FileBackedOutputStream newFileBackedStream) |
|
SliceOptions.Builder |
SliceOptions.Builder.identifier(Identifier newIdentifier) |
Sets the identifier of the component to slice.
|
<T extends Serializable> SliceOptions.Builder |
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(ActorRef newReplyTo) |
Sets the reference of the actor to which message slice replies should be sent.
|
SliceOptions.Builder |
SliceOptions.Builder.sendTo(ActorRef sendTo) |
Sets the reference of the actor to which to send the message slices.
|
SliceOptions.Builder |
SliceOptions.Builder.sendTo(ActorSelection sendTo) |
Sets the ActorSelection to which to send the message slices.
|