Package org.camunda.bpm.engine.rest
Interface SignalRestService
-
- All Known Implementing Classes:
SignalRestServiceImpl
@Produces("application/json") public interface SignalRestService
- Author:
- Tassilo Weidner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
throwSignal(SignalDto signalDto)
-
-
-
Field Detail
-
PATH
static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
throwSignal
@POST @Consumes("application/json") void throwSignal(SignalDto signalDto)
-
-