org.robokind.demo.robot.replication
Class RoutingDecoderNode.EventRouteLink<T>

java.lang.Object
  extended by org.robokind.demo.robot.replication.RoutingDecoderNode.EventRouteLink<T>
Enclosing class:
RoutingDecoderNode

public static class RoutingDecoderNode.EventRouteLink<T>
extends Object


Constructor Summary
RoutingDecoderNode.EventRouteLink(RoutingDecoderNode routingDecoder, String routingKey, org.jflux.api.core.Listener<org.jflux.api.core.event.Event<org.jflux.api.core.event.Header,T>> eventRoute)
           
 
Method Summary
 void link()
           
 void setRoute(String routingKey, org.jflux.api.core.Listener<org.jflux.api.core.event.Event<org.jflux.api.core.event.Header,T>> eventRoute)
           
 void setRoutingDecoder(RoutingDecoderNode routingDecoder)
           
 void unlink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingDecoderNode.EventRouteLink

public RoutingDecoderNode.EventRouteLink(RoutingDecoderNode routingDecoder,
                                         String routingKey,
                                         org.jflux.api.core.Listener<org.jflux.api.core.event.Event<org.jflux.api.core.event.Header,T>> eventRoute)
Method Detail

setRoutingDecoder

public void setRoutingDecoder(RoutingDecoderNode routingDecoder)

setRoute

public void setRoute(String routingKey,
                     org.jflux.api.core.Listener<org.jflux.api.core.event.Event<org.jflux.api.core.event.Header,T>> eventRoute)

link

public void link()

unlink

public void unlink()


Copyright © 2011-2013. All Rights Reserved.