Class DefaultDispatcher

  • Direct Known Subclasses:
    DefaultAlarmForwarder, DefaultEventForwarder

    public class DefaultDispatcher
    extends java.lang.Object
    Classes that extend this dispatcher should support an interface that is annotated InOnly so that operations can be performed asynchronously.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultDispatcher​(java.lang.String endpointUri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEndpointUri()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultDispatcher

        public DefaultDispatcher​(java.lang.String endpointUri)
    • Method Detail

      • getEndpointUri

        public java.lang.String getEndpointUri()