Interface RequestEndpoint<C extends JobExecutionContext>

  • Type Parameters:
    C - the concrete type of JobExecutionContext this implementation instantiates.
    All Known Implementing Classes:
    JMSRequestEndpoint

    public interface RequestEndpoint<C extends JobExecutionContext>
    A RequestEndpoint is an abstraction layer of a input channel through which Jobs be submitted to jadice server.

    This is primarily JMS but other technologies could implement this interface as well.

    Since:
    jadice server 5.5.0.0