Class Return<T>

  • Type Parameters:
    T - the type of messages of the Channel
    All Implemented Interfaces:
    Action<T>

    public final class Return<T>
    extends Object
    implements Action<T>
    The Return Action is used to return from a previously executed Call Action.
    See Also:
    EventMaid Documentation
    • Constructor Detail

      • Return

        public Return()
    • Method Detail

      • aReturn

        public static <T> Return<T> aReturn()
        Factory method to create a new Return Action.
        Type Parameters:
        T - the type of messages of the Channel
        Returns:
        a new Return Action