public class Routing<C,R> extends Object
Routing(String expr, int index, TopicListener<Payload<C,R>> listener)
String
getExpr()
int
getIndex()
TopicListener<Payload<C,R>>
getListener()
boolean
matches(String sentTopic)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Routing(String expr, int index, TopicListener<Payload<C,R>> listener)
expr
index
listener
public boolean matches(String sentTopic)
sentTopic
public String getExpr()
public int getIndex()
public TopicListener<Payload<C,R>> getListener()
Copyright © 2023. All rights reserved.