public interface BrokerService
BrokerService is marker interface for infrastructure services provided by the
SAL. These services are session-specific, each Provider
and
Consumer
usually has own instance of the service with it's own
context.
The consumer's (or provider's) instance of specific service could be obtained
by invoking Broker.ConsumerSession.getService(Class)
method on session
assigned to the consumer.
BrokerService
and Provider
may seem similar, but provider
provides YANG model-based functionality and BrokerService
exposes the
necessary supporting functionality to implement specific functionality of
YANG and to reuse it in the development of Consumer
s and
Provider
s.
Copyright © 2019 OpenDaylight. All rights reserved.