public interface OpenBusEventSenderInterface
| Modifier and Type | Method and Description |
|---|---|
void |
logSentEvent(boolean treated,
String sourceId,
String destId,
String type,
Object value)
Método redefinível para gerar log do tratador.
|
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.
|
boolean sendEventWithNoValue(String sourceId, String destId, String type)
sourceId - id do remetentedestId - id do destinatáriotype - tipoboolean sendEventWithStringValue(String sourceId, String destId, String type, String stringValue)
sourceId - id do remetentedestId - id do destinatáriotype - tipostringValue - valor stringboolean sendEventWithBooleanValue(String sourceId, String destId, String type, boolean booleanValue)
sourceId - id do remetentedestId - id do destinatáriotype - tipobooleanValue - valor booleanoCopyright © 2019. All rights reserved.