Package io.zeebe.servicecontainer
Interface ServiceName<S>
-
- All Known Implementing Classes:
ServiceName.ServiceNameImpl
public interface ServiceName<S>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classServiceName.ServiceNameImpl<S>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()static <S> ServiceName<S>newServiceName(String name, Class<S> type)
-
-
-
Method Detail
-
getName
String getName()
-
newServiceName
static <S> ServiceName<S> newServiceName(String name, Class<S> type)
-
-