public interface RequestListener
Title: Framework Support Library
Description: Core interface for a Event Request Listener.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
onRequest(ImmutableEventDatagram event)
Processes the event delivered by the dispatcher and returns a reply.
|
ImmutableEventDatagram onRequest(ImmutableEventDatagram event) throws RequestException
event
- the delivered event.RequestException
- if some error occurs during processing of the event.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.