MCPcopy Create free account
hub / github.com/Beh01der/EasyFlow / StateHandler

Interface StateHandler

src/main/java/au/com/ds/ef/call/StateHandler.java:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import au.com.ds.ef.*;
4
5public interface StateHandler<C extends StatefulContext> extends Handler {
6 void call(StateEnum state, C context) throws Exception;
7}

Callers

nothing calls this directly

Implementers 4

JsonArrayParserTestsrc/test/java/au/com/ds/ef/JsonArrayPa
RunSingleTestsrc/test/java/au/com/ds/ef/RunSingleTe
Nodesrc/test/java/au/com/ds/ef/Synchroniza
DefaultErrorHandlersrc/main/java/au/com/ds/ef/call/Defaul

Calls

no outgoing calls

Tested by

no test coverage detected