public interface BaseService
| Modifier and Type | Method and Description |
|---|---|
String |
identify()
Identifies the service's version.
|
void |
notify(String subscriptionId,
String topic,
String isId,
String message)
All DRIVER services must implement method notify() in order to communicate with the IS_SN
|
void |
start() |
void notify(String subscriptionId, String topic, String isId, String message)
subsrciptionId - topic - isId - message - String identify()
void start()
Copyright © 2017. All rights reserved.