Interface InstanceConnectionService.InstanceBinding

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
JeroMQInstanceBinding
Enclosing interface:
InstanceConnectionService

public static interface InstanceConnectionService.InstanceBinding extends AutoCloseable
Represents a binding. The binding is managed by the InstanceConnectionService. Wen opening a binding, a node will then bind on the provided address. The InstanceConnectionService will accept connections until the binding is closed.