public interface OpenBusEventReceiverInterface
| Modifier and Type | Method and Description |
|---|---|
void |
logReceivedEvent(boolean treated,
String sourceId,
String destId,
String type,
Object value)
Método redefinível para gerar log do tratador.
|
boolean |
receiveEventWithBooleanValue(String sourceId,
String destId,
String type,
boolean booleanValue)
Recebe mensagem com valor booleano.
|
boolean |
receiveEventWithNoValue(String sourceId,
String destId,
String type)
Recebe mensagem sem valor
|
boolean |
receiveEventWithStringValue(String sourceId,
String destId,
String type,
String stringValue)
Recebe mensagem com valor string.
|
boolean receiveEventWithNoValue(String sourceId, String destId, String type)
sourceId - id do remetentedestId - id do destinatáriotype - tipoboolean receiveEventWithStringValue(String sourceId, String destId, String type, String stringValue)
sourceId - id do remetentedestId - id do destinatáriotype - tipostringValue - valor stringboolean receiveEventWithBooleanValue(String sourceId, String destId, String type, boolean booleanValue)
sourceId - id do remetentedestId - id do destinatáriotype - tipobooleanValue - valor booleano.Copyright © 2017. All rights reserved.