| Interface | Description |
|---|---|
| Controller |
Service that allows one Drillbit to communicate with another.
|
| Controller.CustomMessageHandler<REQUEST,RESPONSE> |
Defines how the Controller should handle custom messages.
|
| Controller.CustomResponse<RESPONSE> |
A simple interface that describes the nature of the response to the custom incoming message.
|
| Controller.CustomSerDe<MSG> |
Interface for defining how to serialize and deserialize custom message for consumer who want to use something other
than Protobuf messages.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.