Interface Step3Builder<U>
-
- Type Parameters:
U- the currently configured use case type
- All Superinterfaces:
CallingBuilder<U>
public interface Step3Builder<U> extends CallingBuilder<U>
Defines how the currently configured use case should be invoked.
-
-
Method Summary
-
Methods inherited from interface de.quantummaid.eventmaid.usecases.building.CallingBuilder
callingBy, callingTheSingleUseCaseMethod
-
-