Class RoutingDefinition<C>


  • public abstract class RoutingDefinition<C>
    extends java.lang.Object
    Base class for routing definitions. The general pattern to use this is as follows:
     new RoutingDefinition() {{
       // routing DSL code goes here
     }}
     
    You can of course use it however you want, the above is just the DSL-like approach.