public static final class AbstractApp.PostMessageProcessingTimesRequestHandler<R> extends Object implements MessageHandler<PostMessageProcessingTimesRequest,NullMessage,R>
MessageHandler.Type| Modifier and Type | Method and Description |
|---|---|
MessageHandler.Type |
getType()
Implementation of
MessageHandler.getType() |
IRogMessage |
handle(String source,
PostMessageProcessingTimesRequest request,
NullMessage noop,
R repository)
Implementation of
MessageHandler.handle(java.lang.String, I, O, R) |
public final MessageHandler.Type getType()
MessageHandler.getType()getType in interface MessageHandler<PostMessageProcessingTimesRequest,NullMessage,R>public final IRogMessage handle(String source, PostMessageProcessingTimesRequest request, NullMessage noop, R repository) throws Exception
MessageHandler.handle(java.lang.String, I, O, R)handle in interface MessageHandler<PostMessageProcessingTimesRequest,NullMessage,R>source - The message origin (client)request - The message to handle.noop - The message's response message. Non-null only for
request messages.repository - The service repository. Non-null only for local handlers.ExceptionCopyright © 2016 Neeve Research, LLC. All Rights Reserved.