A lifecycle for NMS objects to indicate they can be stopped

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface IStoppable
C#
public interface IStoppable
Visual C++
public interface class IStoppable
JavaScript
Apache.NMS.IStoppable = function();
Apache.NMS.IStoppable.createInterface('Apache.NMS.IStoppable');

See Also