Interface ReferenceMetadata

All Superinterfaces:
ComponentMetadata, Metadata, NonNullMetadata, ServiceReferenceMetadata, Target

@ConsumerType public interface ReferenceMetadata extends Target, ServiceReferenceMetadata
Metadata for a reference that will bind to a single matching service in the service registry.

This is specified by the reference element.

Author:
$Id: c10843ee7b5fe6672185437f47ff222717f6997b $
  • Method Details

    • getTimeout

      long getTimeout()
      Return the timeout for service invocations when a backing service is unavailable. This is specified by the timeout attribute of the reference.
      Returns:
      The timeout, in milliseconds, for service invocations when a backing service is unavailable.