Interface Messaging.RequestStream.Responder<R>
- Type Parameters:
R
- response class type
- Enclosing interface:
- Messaging.RequestStream<T,
R>
public static interface Messaging.RequestStream.Responder<R>
Responder interface to dispatch responses to requests.
-
Method Summary
-
Method Details
-
respond
Dispatch a response to a request.- Parameters:
response
- the response
-
reject
Reject a request.- Parameters:
message
- context message to be contained in the rejection.- See Also:
-