Interface StreamSubscriptionRequest<T>
- Type Parameters:
T- type of the subscription request argument
public interface StreamSubscriptionRequest<T>
-
Method Summary
-
Method Details
-
getArg
T getArg() -
getCaller
Instance getCaller() -
accept
CompletionStage<StreamConsumer<T>> accept() -
acceptOn
-
reject
-