Package

com.github.levkhomich.akka.tracing

pattern

Permalink

package pattern

Linear Supertypes
TracingAskSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pattern
  2. TracingAskSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class TracedAskableActorRef extends AnyVal

    Permalink
  2. final class TracedAskableActorSelection extends AnyVal

    Permalink
  3. trait TracingAskSupport extends AnyRef

    Permalink

Value Members

  1. def ask(actorSelection: ActorSelection, message: BaseTracingSupport)(implicit timeout: Timeout, ec: ExecutionContext, trace: TracingExtensionImpl): Future[Any]

    Permalink
    Definition Classes
    TracingAskSupport
  2. implicit def ask(actorSelection: ActorSelection): TracedAskableActorSelection

    Permalink
    Definition Classes
    TracingAskSupport
  3. def ask(actorRef: ActorRef, message: BaseTracingSupport)(implicit timeout: Timeout, ec: ExecutionContext, trace: TracingExtensionImpl): Future[Any]

    Permalink
    Definition Classes
    TracingAskSupport
  4. implicit def ask(actorRef: ActorRef): TracedAskableActorRef

    Permalink
    Definition Classes
    TracingAskSupport

Inherited from TracingAskSupport

Inherited from AnyRef

Inherited from Any

Ungrouped