public interface Bindings extends UnproposalListener
Modifier and Type | Method and Description |
---|---|
void |
addBinding(Binding binding) |
Collection<Binding> |
getBindings() |
boolean |
redistribute(ServerMessage message,
Queue originatingQueue,
RoutingContext context) |
void |
removeBinding(Binding binding) |
void |
route(ServerMessage message,
RoutingContext context) |
void |
setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType) |
unproposed
Collection<Binding> getBindings()
void addBinding(Binding binding)
void removeBinding(Binding binding)
void setMessageLoadBalancingType(MessageLoadBalancingType messageLoadBalancingType)
boolean redistribute(ServerMessage message, Queue originatingQueue, RoutingContext context) throws Exception
Exception
void route(ServerMessage message, RoutingContext context) throws Exception
Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.