-
- All Known Implementing Classes:
CodeComponentFactoryService.Provider
- Enclosing interface:
- Protocol
public static interface Protocol.TypeProvider
Provide additionalProtocol.Type
. Instances should be registered to be discovered viaLookup.SYSTEM
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Protocol.Type>
types()
Types to register.
-
-
-
Method Detail
-
types
Stream<Protocol.Type> types()
Types to register.- Returns:
- stream to types
-
-