Interface Protocol<T>

Type Parameters:
T - type of the provider

public interface Protocol<T>
Client protocol.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provider to use for this protocol.
  • Method Details

    • provider

      ProtocolProvider<T> provider()
      Provider to use for this protocol.
      Returns:
      protocol provider