Interface Protocol<T,C>

Type Parameters:
T - type of the protocol client
C - type of the protocol configuration

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

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