Uses of Interface
org.apache.activemq.transport.reliable.ReplayStrategy
-
Packages that use ReplayStrategy Package Description org.apache.activemq.transport.reliable The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of ReplayStrategy in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement ReplayStrategy Modifier and Type Class Description class
DefaultReplayStrategy
Throws an exception if packets are dropped causing the transport to be closed.class
ExceptionIfDroppedReplayStrategy
Throws an exception if packets are dropped causing the transport to be closed.Methods in org.apache.activemq.transport.reliable that return ReplayStrategy Modifier and Type Method Description ReplayStrategy
ReliableTransport. getReplayStrategy()
Deprecated.Methods in org.apache.activemq.transport.reliable with parameters of type ReplayStrategy Modifier and Type Method Description void
ReliableTransport. setReplayStrategy(ReplayStrategy replayStrategy)
Deprecated.Constructors in org.apache.activemq.transport.reliable with parameters of type ReplayStrategy Constructor Description ReliableTransport(Transport next, ReplayStrategy replayStrategy)
Deprecated. -
Uses of ReplayStrategy in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return ReplayStrategy Modifier and Type Method Description protected ReplayStrategy
UdpTransportFactory. createReplayStrategy()
Deprecated.protected ReplayStrategy
UdpTransportFactory. createReplayStrategy(Replayer replayer)
Deprecated.ReplayStrategy
UdpTransport. getReplayStrategy()
Methods in org.apache.activemq.transport.udp with parameters of type ReplayStrategy Modifier and Type Method Description void
UdpTransport. setReplayStrategy(ReplayStrategy replayStrategy)
Sets the strategy used to replay missed datagramsConstructors in org.apache.activemq.transport.udp with parameters of type ReplayStrategy Constructor Description UdpTransportServer(URI connectURI, UdpTransport serverTransport, Transport configuredTransport, ReplayStrategy replayStrategy)
Deprecated.
-