Interface RuntimeContainerDelegate

All Known Implementing Classes:
MscRuntimeContainerDelegate, RuntimeContainerDelegateImpl

public interface RuntimeContainerDelegate

The RuntimeContainerDelegate in an SPI that allows the process engine to integrate with the runtime container in which it is deployed. Examples of "runtime containers" are

  • WildFly (Module Service Container),
  • The JMX Container,
  • An OSGi Runtime,
  • ...

The current RuntimeContainerDelegate can be obtained through the static INSTANCE field.

Author:
Daniel Meyer