Yaaf.Xmpp.Runtime


IPipeline<'a>

Defined in Yaaf.Xmpp.Runtime.dll.

Instance members

Instance memberDescription
HandlerName
Signature: string
Modifiers: abstract
Name of the handler for error messages and debugging
HandlerState(arg1)
Signature: ProcessInfo<'a> -> HandlerState
Modifiers: abstract
Checks the handlerstate for the given item
Modify(arg1)
Signature: ProcessInfo<'a> -> PreprocessResult<'a>
Modifiers: abstract
Modify will always be called to modify the current element
Process(arg1)
Signature: ProcessInfo<'a> -> Task<unit>
Modifiers: abstract
Process is called depending on the HandlerState returned in the previous step
ProcessSync(arg1)
Signature: ProcessInfo<'a> -> Async<unit>
Modifiers: abstract
ProcessSync is called depending on the HandlerState returned in the previous step, it is executed synchronosly Use the Process method whenever possible!
Fork me on GitHub