Interface ProtocolProvider<T>

Type Parameters:
T - type of protocol builder

public interface ProtocolProvider<T>
Provider interface for client protocols.
  • Method Summary

    Modifier and Type
    Method
    Description
    Client SPI to create a protocol builder.
  • Method Details

    • protocolBuilder

      T protocolBuilder()
      Client SPI to create a protocol builder.
      Returns:
      a new builder