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 classDefaultReplayStrategyThrows an exception if packets are dropped causing the transport to be closed.classExceptionIfDroppedReplayStrategyThrows 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 ReplayStrategyReliableTransport. getReplayStrategy()Deprecated.Methods in org.apache.activemq.transport.reliable with parameters of type ReplayStrategy Modifier and Type Method Description voidReliableTransport. 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 ReplayStrategyUdpTransportFactory. createReplayStrategy()Deprecated.protected ReplayStrategyUdpTransportFactory. createReplayStrategy(Replayer replayer)Deprecated.ReplayStrategyUdpTransport. getReplayStrategy()Methods in org.apache.activemq.transport.udp with parameters of type ReplayStrategy Modifier and Type Method Description voidUdpTransport. 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.
-