Uses of Class
org.apache.qpid.protonj2.client.StreamSenderOptions
-
Packages that use StreamSenderOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of StreamSenderOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamSenderOptions Modifier and Type Method Description StreamSenderOptionsStreamSenderOptions. clone()protected StreamSenderOptionsStreamSenderOptions. copyInto(StreamSenderOptions other)Copy all options from thisStreamSenderOptionsinstance into the instance provided.StreamSenderOptionsStreamSenderOptions. deliveryTagGeneratorSupplier(Supplier<DeliveryTagGenerator> supplier)Configures aSupplierwhich provides unique instances ofDeliveryTagGeneratorobjects for anyStreamSendercreated using these options.StreamSenderOptionsStreamSenderOptions. pendingWritesBufferSize(int pendingWritesBufferSize)Sets the overall number of bytes the stream sender will allow to be pending for write before applying back pressure to the stream write caller.protected StreamSenderOptionsStreamSenderOptions. self()StreamSenderOptionsStreamSenderOptions. sendTimeout(long sendTimeout)Configures the timeout used when awaiting a send operation to complete.StreamSenderOptionsStreamSenderOptions. sendTimeout(long timeout, TimeUnit units)Configures the timeout used when awaiting a send operation to complete.StreamSenderOptionsStreamSenderOptions. writeBufferSize(int writeBufferSize)Sets the overall number of bytes the stream sender will buffer before automatically flushing the currently buffered bytes.Methods in org.apache.qpid.protonj2.client with parameters of type StreamSenderOptions Modifier and Type Method Description protected StreamSenderOptionsStreamSenderOptions. copyInto(StreamSenderOptions other)Copy all options from thisStreamSenderOptionsinstance into the instance provided.StreamSenderConnection. openStreamSender(String address, StreamSenderOptions senderOptions)Creates a streaming sender used to send large messages to the given node address.Constructors in org.apache.qpid.protonj2.client with parameters of type StreamSenderOptions Constructor Description StreamSenderOptions(StreamSenderOptions options)Create aStreamSenderOptionsinstance that copies all configuration from the givenStreamSenderOptionsinstance. -
Uses of StreamSenderOptions in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl with parameters of type StreamSenderOptions Modifier and Type Method Description StreamSenderClientConnection. openStreamSender(String address, StreamSenderOptions senderOptions)
-