public interface Binding extends UnproposalListener
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SimpleString |
getAddress() |
Bindable |
getBindable() |
SimpleString |
getClusterName() |
int |
getDistance() |
Filter |
getFilter() |
Long |
getID() |
SimpleString |
getRoutingName() |
BindingType |
getType() |
SimpleString |
getUniqueName() |
boolean |
isConnected() |
boolean |
isExclusive() |
boolean |
isHighAcceptPriority(Message message) |
default boolean |
isLocal() |
void |
route(Message message,
RoutingContext context) |
void |
routeWithAck(Message message,
RoutingContext context) |
String |
toManagementString()
This method will create a string representation meant for management operations.
|
unproposeddefault boolean isLocal()
SimpleString getAddress()
Bindable getBindable()
BindingType getType()
SimpleString getUniqueName()
SimpleString getRoutingName()
SimpleString getClusterName()
Filter getFilter()
boolean isHighAcceptPriority(Message message)
boolean isExclusive()
Long getID()
int getDistance()
void route(Message message, RoutingContext context) throws Exception
Exceptionvoid routeWithAck(Message message, RoutingContext context) throws Exception
ExceptionString toManagementString()
This is different from the toString() method that is meant for debugging and will contain information that regular users won't understand well.
boolean isConnected()
Copyright © 2021 JBoss by Red Hat. All rights reserved.