Interface NullaryServiceDescriptor.Provider<T>

Type Parameters:
T - the service value type
All Superinterfaces:
NullaryServiceDescriptor<T>, ServiceDescriptor<T>, ServiceDescriptor.Provider<T,NullaryServiceDescriptor<T>>, Supplier<NullaryServiceDescriptor<T>>
Enclosing interface:
NullaryServiceDescriptor<T>

public static interface NullaryServiceDescriptor.Provider<T> extends ServiceDescriptor.Provider<T,NullaryServiceDescriptor<T>>, NullaryServiceDescriptor<T>
Provides a zero segment service descriptor. Typically implemented by enumerations providing service descriptors of the same type.