Interface ServerMessageInterceptor


  • public interface ServerMessageInterceptor
    An Interceptor used to wrap the handling of messages on the server side.
    Author:
    Kabir Khan, Darran Lofthouse
    • Method Detail

      • handleEvent

        void handleEvent​(ServerMessageInterceptor.Event event)
                  throws IOException
        Called to handle the actual event, gives the Interceptor an opportunity to wrap the call.
        Parameters:
        event - - The event to run.
        Throws:
        IOException - - If thrown from the event.