public interface FabricRequestListener
Title: Service Event Fabric Core
Description: Defines an Event Request Listener processing events which are delivered to the listener by the corresponding Event Request Consumer and returning a replies on these events.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
onRequest(ImmutableEventDatagram event)
Processes the specified event and returns a reply.
|
ImmutableEventDatagram onRequest(ImmutableEventDatagram event) throws FabricRequestException
event
- the event to be processed.FabricRequestException
- if some error occurs during processing.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.