Package | Description |
---|---|
com.streamscape.service.osf.evh |
Modifier and Type | Class and Description |
---|---|
class |
IllegalHandlerStateException
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.bindRequestEvent(ImmutableEventDatagram event)
Binds the specified event as a request object.
|
void |
EventHandler.bindRequestObject(java.lang.String eventId,
SemanticType type)
Binds the specified event id and semantic type as the request object of the event handler.
|
void |
EventHandler.bindRequestObject(java.lang.String eventId,
java.lang.String type)
Binds the specified event id and semantic type as the request object of the event handler.
|
void |
EventHandler.bindResponseEvent(ImmutableEventDatagram datagram)
Binds the specified event as a response object.
|
void |
EventHandler.bindResponseObject(java.lang.String eventId,
SemanticType type)
Binds the specified event id and semantic type as the response object of the event handler.
|
void |
EventHandler.bindResponseObject(java.lang.String eventId,
java.lang.String type)
Binds the specified event id and semantic type as the response object of the event handler.
|
void |
EventHandler.bindVoidRequestObject(java.lang.String eventId)
Binds a
Void object as a request, indicating a method without parameters. |
void |
EventHandler.bindVoidResponseObject(java.lang.String eventId)
Binds a
void response to the event handler. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.