Package io.hektor.fsm.builder
Interface ContextTypeBuildStep<S extends Enum<S>>
public interface ContextTypeBuildStep<S extends Enum<S>>
- Author:
- jonas@jonasborjesson.com
-
Method Summary
Modifier and TypeMethodDescription<C extends Context>
DataTypeBuildStep<S,C> ofContextType(Class<C> type)
-
Method Details
-
ofContextType
-