Class ServiceContext

    • Field Detail

      • serviceMetadata

        @Nonnull
        private final Service serviceMetadata
        Service metadata held by context.
    • Constructor Detail

      • ServiceContext

        public ServiceContext​(@Nonnull
                              Service service)
        Creates a new instance.
        Parameters:
        service - Service metadata held by context.
    • Method Detail

      • getService

        @Nonnull
        public Service getService()
        Get the service metadata held by this context.
        Returns:
        service metadata held by this context