Package | Description |
---|---|
com.streamscape.lib.dispatcher |
Modifier and Type | Method and Description |
---|---|
void |
EventListener.onEvent(ImmutableEventDatagram event)
Processes an event delivered by the
EventDispatcher . |
void |
EventDispatcher.raiseEvent(ImmutableEventDatagram event)
Raises the specified event.
|
ImmutableEventDatagram |
EventDispatcher.raiseRequest(EventDatagram request,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period will expire.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.