public interface Adapter
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
handleMessageLog(TelemetryMessageLog messageLog)
Handle the messages.
|
void |
setProtocol(Protocol protocol)
A single instance of an adapter will only be responsible
for one protocol.
|
void setProtocol(Protocol protocol)
handleMessageLog(org.opennms.netmgt.telemetry.adapters.api.TelemetryMessageLog)
are made.protocol
- the protocol in which the adapter is definedvoid handleMessageLog(TelemetryMessageLog messageLog)
messageLog
- group of messages to be handledvoid destroy()
Copyright © 2019. All rights reserved.