Skip navigation links
HAL :: Flow 3.0.0.Alpha3
E F G K N O P R S T 

E

emptyStack() - Method in class org.jboss.hal.flow.FlowContext
 

F

finish() - Method in interface org.jboss.hal.flow.Progress
 
Flow - Interface in org.jboss.hal.flow
Collection of static methods to execute (async) tasks in order.
FlowContext - Class in org.jboss.hal.flow
General purpose context to be used inside a flow.
FlowContext() - Constructor for class org.jboss.hal.flow.FlowContext
 
FlowContext(Progress) - Constructor for class org.jboss.hal.flow.FlowContext
 
FlowException - Exception in org.jboss.hal.flow
 
FlowException(String, Object) - Constructor for exception org.jboss.hal.flow.FlowException
 

G

get(String) - Method in class org.jboss.hal.flow.FlowContext
 

K

keys() - Method in class org.jboss.hal.flow.FlowContext
 

N

NOOP - Static variable in interface org.jboss.hal.flow.Progress
 

O

onError(Throwable) - Method in class org.jboss.hal.flow.Outcome
 
onError(C, Throwable) - Method in class org.jboss.hal.flow.Outcome
 
org.jboss.hal.flow - package org.jboss.hal.flow
 
Outcome<C> - Class in org.jboss.hal.flow
 
Outcome() - Constructor for class org.jboss.hal.flow.Outcome
 

P

pop() - Method in class org.jboss.hal.flow.FlowContext
Removes the object at the top of the context stack and returns that object.
Progress - Interface in org.jboss.hal.flow
Interface to reflect progress of a flow.
push(T) - Method in class org.jboss.hal.flow.FlowContext
Pushes the value om top of the context stack.

R

reset() - Method in interface org.jboss.hal.flow.Progress
 
reset(int) - Method in interface org.jboss.hal.flow.Progress
 
reset(int, String) - Method in interface org.jboss.hal.flow.Progress
 

S

series(C, Task<C>...) - Static method in interface org.jboss.hal.flow.Flow
Executes multiple tasks in order.
series(C, Collection<? extends Task<C>>) - Static method in interface org.jboss.hal.flow.Flow
Executes multiple tasks in order.
set(String, T) - Method in class org.jboss.hal.flow.FlowContext
Stores the value under the given key in the context map.

T

Task<C extends FlowContext> - Interface in org.jboss.hal.flow
Marker interface for one work item inside a flow
tick() - Method in interface org.jboss.hal.flow.Progress
 
tick(String) - Method in interface org.jboss.hal.flow.Progress
 
toString() - Method in class org.jboss.hal.flow.FlowContext
 
E F G K N O P R S T 
Skip navigation links
HAL :: Flow 3.0.0.Alpha3

Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.