public interface EventConsumer<TP extends TransportProtocol>
| Modifier and Type | Method and Description |
|---|---|
void |
connect(TP protocolSettings,
InternalEventProcessor<byte[]> eventProcessor) |
void |
disconnect() |
Boolean |
isConnected() |
void connect(TP protocolSettings, InternalEventProcessor<byte[]> eventProcessor) throws org.streampipes.commons.exceptions.SpRuntimeException
org.streampipes.commons.exceptions.SpRuntimeExceptionvoid disconnect()
throws org.streampipes.commons.exceptions.SpRuntimeException
org.streampipes.commons.exceptions.SpRuntimeExceptionBoolean isConnected()
Copyright © 2018. All rights reserved.