Interface Action<T>
-
- Type Parameters:
T- the type of theChannelsmessages
- All Known Implementing Classes:
Call,Consume,Jump,Return,Subscription
public interface Action<T>At the end of eachChannelanActiondecides, how to consume each message.