Uses of Interface
org.apache.activemq.transport.reliable.Replayer
-
Packages that use Replayer 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 Replayer in org.apache.activemq.transport.reliable
Methods in org.apache.activemq.transport.reliable that return Replayer Modifier and Type Method Description Replayer
ReliableTransport. getReplayer()
Deprecated.Methods in org.apache.activemq.transport.reliable with parameters of type Replayer Modifier and Type Method Description void
DefaultReplayBuffer. replayMessages(int fromCommandId, int toCommandId, Replayer replayer)
void
ReplayBuffer. replayMessages(int fromCommandId, int toCommandId, Replayer replayer)
void
ReliableTransport. setReplayer(Replayer replayer)
Deprecated. -
Uses of Replayer in org.apache.activemq.transport.udp
Subinterfaces of Replayer in org.apache.activemq.transport.udp Modifier and Type Interface Description interface
CommandChannel
Classes in org.apache.activemq.transport.udp that implement Replayer Modifier and Type Class Description class
CommandChannelSupport
class
CommandDatagramChannel
A strategy for reading datagrams and de-fragmenting them together.class
CommandDatagramSocket
A strategy for reading datagrams and de-fragmenting them together.Methods in org.apache.activemq.transport.udp that return Replayer Modifier and Type Method Description Replayer
UdpTransport. createReplayer()
Creates a replayer for working with the reliable transportMethods in org.apache.activemq.transport.udp with parameters of type Replayer Modifier and Type Method Description protected ReplayStrategy
UdpTransportFactory. createReplayStrategy(Replayer replayer)
Deprecated.
-