object CoapStackServiceProvider
Utility object for encapsulating dependencies. When invoked returns a StackServiceMapper<CoapEndpoint, BluetoothAddressNodeKey> using a StackPeerBuilder<CoapEndpoint> |
|
class StackServiceMapper<T : StackService, K : NodeKey<*>>
Retrieves a Peer from a NodeMapper for a given NodeKey and extracts the StackService with get. The NodeMapper will build a Peer with the PeerBuilder given by nodeBuilderProvider if necessary |