Class Return<T>
- java.lang.Object
-
- de.quantummaid.eventmaid.channel.action.Return<T>
-
- Type Parameters:
T- the type of messages of theChannel
- All Implemented Interfaces:
Action<T>
public final class Return<T> extends Object implements Action<T>
TheReturnActionis used to return from a previously executedCallAction.- See Also:
- EventMaid Documentation
-
-
Constructor Summary
Constructors Constructor Description Return()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Return<T>aReturn()Factory method to create a newReturnAction.
-
-
-
Method Detail
-
aReturn
public static <T> Return<T> aReturn()
Factory method to create a newReturnAction.- Type Parameters:
T- the type of messages of theChannel- Returns:
- a new
ReturnAction
-
-