Interface ServiceBundle


  • public interface ServiceBundle
    A bundle of services to pass to elements that might need a reference to them.
    • Method Detail

      • layout

        UiTopoLayoutService layout()
        Reference to a UI Topology Layout service implementation.
        Returns:
        layout service
      • cluster

        ClusterService cluster()
        Reference to a cluster service implementation.
        Returns:
        cluster service
      • mastership

        MastershipService mastership()
        Reference to a mastership service implementation.
        Returns:
        mastership service
      • region

        RegionService region()
        Reference to a region service implementation.
        Returns:
        region service
      • device

        DeviceService device()
        Reference to a device service implementation.
        Returns:
        device service
      • link

        LinkService link()
        Reference to a link service implementation.
        Returns:
        link service
      • host

        HostService host()
        Reference to a host service implementation.
        Returns:
        host service
      • intent

        IntentService intent()
        Reference to a intent service implementation.
        Returns:
        intent service
      • flow

        FlowRuleService flow()
        Reference to a flow service implementation.
        Returns:
        flow service