Constructor and Description |
---|
LifecycleHookInvoker(EntityDictionary dictionary,
LifeCycleHookBinding.Operation op,
LifeCycleHookBinding.TransactionPhase phase,
boolean throwExceptions) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(CRUDEvent event) |
void |
onSubscribe(io.reactivex.disposables.Disposable disposable) |
void |
throwOnError() |
public LifecycleHookInvoker(EntityDictionary dictionary, LifeCycleHookBinding.Operation op, LifeCycleHookBinding.TransactionPhase phase, boolean throwExceptions)
public void onSubscribe(io.reactivex.disposables.Disposable disposable)
onSubscribe
in interface io.reactivex.Observer<CRUDEvent>
public void onNext(CRUDEvent event)
onNext
in interface io.reactivex.Observer<CRUDEvent>
public void onError(Throwable throwable)
onError
in interface io.reactivex.Observer<CRUDEvent>
public void onComplete()
onComplete
in interface io.reactivex.Observer<CRUDEvent>
public void throwOnError()
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.