Interface Service

    • Method Detail

      • setUniqueId

        void setUniqueId​(java.lang.String uniqueId)

        Sets the unique identifier for this Service. These unique identifiers are optional but maybe required by some implementations of ServiceCollection.

        Parameters:
        uniqueId - this Service's unique identifier
      • isBranching

        boolean isBranching()

        Returns true if the implementation supports branching.

        Returns:
        true if the implementation supports branching
        See Also:
        BranchingServiceCollection
      • continueOnFailure

        boolean continueOnFailure()

        If true containers should continue and apply the next configured Service even if this Service throws an Exception.

        Returns:
        continueOnFail