public interface InverseServiceRequestHandler<Q extends InverseServiceRequest,A extends InverseServiceResponse>
Modifier and Type | Method and Description |
---|---|
Class<? super Q> |
getInverseServiceRequestType()
Gets the class or interface to be handled.
|
LocalServerClient |
getLocalServerClient() |
int |
getPriority()
Gets the priority of this handler.
|
A |
handle(Q request) |
void |
setLocalServerClient(LocalServerClient localServerClient) |
int getPriority()
The greatest number wins, if there are multiple handlers for the same class.
Class<? super Q> getInverseServiceRequestType()
priority
.null
.LocalServerClient getLocalServerClient()
void setLocalServerClient(LocalServerClient localServerClient)
Copyright © 2013–2019. All rights reserved.