public abstract class OpenBusEventSource extends Object implements OpenBusEventSenderInterface
| Constructor and Description |
|---|
OpenBusEventSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendEventWithBooleanValue(String sourceId,
String destId,
String type,
boolean booleanValue)
Envia mensagem com valor booleano.
|
boolean |
sendEventWithNoValue(String sourceId,
String destId,
String type)
Envia mensagem sem valor
|
boolean |
sendEventWithStringValue(String sourceId,
String destId,
String type,
String stringValue)
Envia mensagem com valor string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogSentEventpublic boolean sendEventWithNoValue(String sourceId, String destId, String type)
sendEventWithNoValue in interface OpenBusEventSenderInterfacesourceId - id do remetentedestId - id do destinatáriotype - tipopublic boolean sendEventWithStringValue(String sourceId, String destId, String type, String stringValue)
sendEventWithStringValue in interface OpenBusEventSenderInterfacesourceId - id do remetentedestId - id do destinatáriotype - tipostringValue - valor stringpublic boolean sendEventWithBooleanValue(String sourceId, String destId, String type, boolean booleanValue)
sendEventWithBooleanValue in interface OpenBusEventSenderInterfacesourceId - id do remetentedestId - id do destinatáriotype - tipobooleanValue - valor booleanoCopyright © 2018. All rights reserved.