Interface ServiceResources

    • Method Detail

      • getLogger

        org.slf4j.Logger getLogger()
        Returns a Logger appropriate for logging messages. This includes debug level messages about the creation and configuration of the underlying service, as well as debug, warning, or error level messages from the service itself. Often service interceptors will make use of the service's logger.
      • getTracker

        OperationTracker getTracker()
        Returns an object that can be used to track operations related to constructing, configuring, decorating and initializing the service.