Skip navigation links

Package org.hibernate.search.engine.service.spi

Classes offering a service infrastructure for Search.

See: Description

Package org.hibernate.search.engine.service.spi Description

Classes offering a service infrastructure for Search. Entry point is the ServiceManager which allows to retrieve and release services. Services can be provided programmatically or discovered via Java's ServiceLoader mechanism. In order to be a service an interface must extend the Service interface. Optionally a service implementation can also implement Startable and/or Stoppable in order to get life cycle callbacks.
Author:
Hardy Ferentschik
Skip navigation links

Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved