Interface Action<T>

  • Type Parameters:
    T - the type of the Channels messages
    All Known Implementing Classes:
    Call, Consume, Jump, Return, Subscription

    public interface Action<T>
    At the end of each Channel an Action decides, how to consume each message.