public static interface AuthenticatedServiceProcessor.InternalProcessable<RECEIVE extends com.google.protobuf.GeneratedMessage,RETURN extends com.google.protobuf.GeneratedMessage>
| Modifier and Type | Method and Description |
|---|---|
RETURN |
process(RECEIVE message)
The process an authenticated value executes for a request.
|
RETURN process(RECEIVE message) throws org.openbase.jul.exception.CouldNotPerformException
message - the message which is received by the request.org.openbase.jul.exception.CouldNotPerformException - If the process cannot be executed.Copyright © 2017–2018 openbase.org. All rights reserved.