Class ThrottlerTransportAdapter
java.lang.Object
org.apache.pekko.remote.transport.AbstractTransportAdapter
org.apache.pekko.remote.transport.ActorTransportAdapter
org.apache.pekko.remote.transport.ThrottlerTransportAdapter
- All Implemented Interfaces:
- SchemeAugmenter,- Transport
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static interfaceDeprecated.static classDeprecated.static final classDeprecated.Management Command to force disassociation of an address.static classDeprecated.static classDeprecated.static final classDeprecated.Management Command to force disassociation of an address with an explicit error.static classDeprecated.static final classDeprecated.static classDeprecated.static classDeprecated.static interfaceDeprecated.static final classDeprecated.static classDeprecated.static classDeprecated.Nested classes/interfaces inherited from class org.apache.pekko.remote.transport.ActorTransportAdapterActorTransportAdapter.AssociateUnderlying, ActorTransportAdapter.AssociateUnderlying$, ActorTransportAdapter.DisassociateUnderlying, ActorTransportAdapter.DisassociateUnderlying$, ActorTransportAdapter.ListenerRegistered, ActorTransportAdapter.ListenerRegistered$, ActorTransportAdapter.ListenUnderlying, ActorTransportAdapter.ListenUnderlying$, ActorTransportAdapter.TransportOperationNested classes/interfaces inherited from interface org.apache.pekko.remote.transport.TransportTransport.ActorAssociationEventListener, Transport.ActorAssociationEventListener$, Transport.AssociationEvent, Transport.AssociationEventListener, Transport.InboundAssociation, Transport.InboundAssociation$, Transport.InvalidAssociationException, Transport.InvalidAssociationException$
- 
Constructor SummaryConstructorsConstructorDescriptionThrottlerTransportAdapter(Transport _wrappedTransport, ExtendedActorSystem _system) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringDeprecated.Deprecated.Java API: get the ThrottleMode.Blackhole instanceDeprecated.Java API: get the Direction.Both instancescala.concurrent.Future<Object>managementCommand(Object cmd) Deprecated.This method allows upper layers to send management commands to the transport.protected StringDeprecated.protected PropsDeprecated.protected intDeprecated.Deprecated.Java API: get the Direction.Receive instancestatic StringDeprecated.Deprecated.Java API: get the Direction.Send instancestatic AtomicIntegerUniqueId()Deprecated.Deprecated.Java API: get the ThrottleMode.Unthrottled instanceMethods inherited from class org.apache.pekko.remote.transport.ActorTransportAdapterAskTimeout, interceptAssociate, interceptListen, manager, manager_$eq, shutdownMethods inherited from class org.apache.pekko.remote.transport.AbstractTransportAdapterassociate, ec, isResponsibleFor, listen, maximumPayloadBytes, schemeIdentifier, wrappedTransportMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.remote.transport.SchemeAugmenteraugmentScheme, augmentScheme, removeScheme, removeScheme
- 
Constructor Details- 
ThrottlerTransportAdapterDeprecated.
 
- 
- 
Method Details- 
SchemeIdentifierDeprecated.
- 
UniqueIdDeprecated.
- 
sendDirectionDeprecated.Java API: get the Direction.Send instance
- 
receiveDirectionDeprecated.Java API: get the Direction.Receive instance
- 
bothDirectionDeprecated.Java API: get the Direction.Both instance
- 
blackholeThrottleModeDeprecated.Java API: get the ThrottleMode.Blackhole instance
- 
unthrottledThrottleModeDeprecated.Java API: get the ThrottleMode.Unthrottled instance
- 
addedSchemeIdentifierDeprecated.
- 
maximumOverheadprotected int maximumOverhead()Deprecated.- Specified by:
- maximumOverheadin class- AbstractTransportAdapter
 
- 
managerNameDeprecated.- Specified by:
- managerNamein class- ActorTransportAdapter
 
- 
managerPropsDeprecated.- Specified by:
- managerPropsin class- ActorTransportAdapter
 
- 
managementCommandDeprecated.Description copied from interface:TransportThis method allows upper layers to send management commands to the transport. It is the responsibility of the sender to send appropriate commands to different transport implementations. Unknown commands will be ignored.- Parameters:
- cmd- Command message to the transport
- Returns:
- Future that succeeds when the command was handled or dropped
 
 
-