Package

akka

discovery

Permalink

package discovery

Visibility
  1. Public
  2. All

Type Members

  1. case class Lookup(serviceName: String, portName: Option[String], protocol: Option[String]) extends Product with Serializable

    Permalink

    A service lookup.

    A service lookup. It is up to each mechanism to decide what to do with the optional portName and protocol fields. For example portName could be used to distinguish between Akka remoting ports and HTTP ports.

    Annotations
    @ApiMayChange()
  2. final class ServiceDiscovery extends Extension

    Permalink
  3. abstract class SimpleServiceDiscovery extends AnyRef

    Permalink

    Implement to provide basic service discovery mechanism.

    Implement to provide basic service discovery mechanism.

    "Simple" because it's only the basic "lookup" methods, no ability to "keep monitoring a namespace for changes" etc.

    Annotations
    @ApiMayChange()

Value Members

  1. object Lookup extends Product with Serializable

    Permalink
  2. object ServiceDiscovery extends ExtensionId[ServiceDiscovery] with ExtensionIdProvider

    Permalink
  3. object SimpleServiceDiscovery

    Permalink

    Implement to provide basic service discovery mechanism.

    Implement to provide basic service discovery mechanism.

    "Simple" because it's only the basic "lookup" methods, no ability to "keep monitoring a namespace for changes" etc.

    Annotations
    @ApiMayChange()

Ungrouped