Interface Service


  • @Deprecated
    public interface Service
    Deprecated.
    since 1.3
    Deprecated, replaced by Service.

    This class is here to maintain backwards compatibility in Ratpack 1.x. It will be removed in Ratpack 2.x.

    It is semantically equivalent to Service in all ways except for ordering. Services of this type do not receive events in of. Services dependencies are implicitly established between services of this type based on their return order from the server registry.

    It is recommended that all users migrate to the Service type.

    See Also:
    Service
    • Method Detail

      • getName

        default java.lang.String getName()
        Deprecated.
        Returns:
        the name of this service, used for display purposes