| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.plugin.completes |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletesEventually__Proxy |
class |
CompletesEventuallyActor |
class |
PooledCompletes |
| Modifier and Type | Field and Description |
|---|---|
CompletesEventually |
PooledCompletes.completesEventually |
| Modifier and Type | Method and Description |
|---|---|
protected CompletesEventually |
Actor.completesEventually()
Answers a
CompletesEventually if the behavior of the currently
delivered Message does answers a Completes<T>. |
CompletesEventually |
CompletesEventuallyProvider.completesEventually() |
CompletesEventually |
World.completesFor(Address address,
Returns<Object> clientReturns)
Answers a
CompletesEventually instance identified by address that backs the clientReturns. |
<T> CompletesEventually |
World.completesFor(Returns<T> clientReturns)
Answers a new
CompletesEventually instance that backs the clientReturns. |
CompletesEventually |
CompletesEventuallyProvider.provideCompletesFor(Address address,
Returns<?> clientReturns) |
CompletesEventually |
CompletesEventuallyProvider.provideCompletesFor(Returns<?> clientReturns) |
| Modifier and Type | Method and Description |
|---|---|
static <RO> CompletionSupplier<RO> |
CompletionSupplier.supplierOrNull(Supplier<RO> supplier,
CompletesEventually completes)
Answer a new instance of
CompletionSupplier<R> if the supplier is not null;
otherwise answer null. |
static <O,R> CompletionTranslator<O,R> |
CompletionTranslator.translatorOrNull(Function<O,R> translator,
CompletesEventually completes)
Answer a new instance of
CompletionSupplier<R> if the supplier is not null;
otherwise answer null. |
| Constructor and Description |
|---|
PooledCompletes(long id,
Returns<?> clientReturns,
CompletesEventually completesEventually) |
| Modifier and Type | Method and Description |
|---|---|
CompletesEventually |
CompletesEventuallyPool.completesEventually() |
CompletesEventually |
CompletesEventuallyPool.provideCompletesFor(Address address,
Returns<?> clientReturns) |
CompletesEventually |
CompletesEventuallyPool.provideCompletesFor(Returns<?> clientReturns) |
Copyright © 2021. All rights reserved.