Open
Description
When I don't need to adapt something, I want be able to use Macro instead of MacroAdapterStrategy.
<listen ref="StatusService">
<event static-ref="message.ServiceMessage.OFFLINE" strategy="adapter.switch.SwitchStatusServiceMessageStrategy"/>
</listen>
Like state event :
<state id="assemblingEnd" ref="state.ASSEMBLING_END">
<enter command-class="adapter.bootstrap.BootstrapMacro" fire-once="true"/>
</state>