Uses of Class
org.praxislive.core.Protocol.Type
-
Packages that use Protocol.Type Package Description org.praxislive.code org.praxislive.core -
-
Uses of Protocol.Type in org.praxislive.code
Methods in org.praxislive.code that return types with arguments of type Protocol.Type Modifier and Type Method Description Stream<Protocol.Type>
CodeComponentFactoryService.Provider. types()
Deprecated. -
Uses of Protocol.Type in org.praxislive.core
Methods in org.praxislive.core that return Protocol.Type Modifier and Type Method Description static <T extends Protocol>
Protocol.Type<T>Protocol.Type. of(Class<T> cls)
Lookup the Protocol type of the provided class.Methods in org.praxislive.core that return types with arguments of type Protocol.Type Modifier and Type Method Description static Optional<Protocol.Type<? extends Protocol>>
Protocol.Type. fromName(String name)
Lookup the Protocol type by name.Stream<Protocol.Type>
Protocol.TypeProvider. types()
Types to register.
-