Class DivertBinding
java.lang.Object
org.apache.activemq.artemis.core.postoffice.impl.DivertBinding
- All Implemented Interfaces:
Binding,UnproposalListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intgetID()getType()booleanbooleanbooleanisHighAcceptPriority(Message message) voidroute(Message message, RoutingContext context) voidrouteWithAck(Message message, RoutingContext context) This method will create a string representation meant for management operations.toString()voidunproposed(SimpleString groupID)
-
Constructor Details
-
DivertBinding
-
-
Method Details
-
getID
-
getFilter
-
getAddress
- Specified by:
getAddressin interfaceBinding
-
getBindable
- Specified by:
getBindablein interfaceBinding
-
getRoutingName
- Specified by:
getRoutingNamein interfaceBinding
-
getUniqueName
- Specified by:
getUniqueNamein interfaceBinding
-
getClusterName
- Specified by:
getClusterNamein interfaceBinding
-
isExclusive
public boolean isExclusive()- Specified by:
isExclusivein interfaceBinding
-
isHighAcceptPriority
- Specified by:
isHighAcceptPriorityin interfaceBinding
-
route
-
getDistance
public int getDistance()- Specified by:
getDistancein interfaceBinding
-
getType
-
unproposed
- Specified by:
unproposedin interfaceUnproposalListener
-
toString
-
toManagementString
Description copied from interface:BindingThis method will create a string representation meant for management operations.This is different from the toString() method that is meant for debugging and will contain information that regular users won't understand well.
- Specified by:
toManagementStringin interfaceBinding
-
isConnected
public boolean isConnected()- Specified by:
isConnectedin interfaceBinding
-
routeWithAck
- Specified by:
routeWithAckin interfaceBinding
-
close
-
getDivert
-