ReactiveFunctionAccessor

interface ReactiveFunctionAccessor<T, out R : Publisher<*>> : FunctionAccessor<T, R>

Inheritors

Properties

Link copied to clipboard
abstract val function: KFunction<*>
Link copied to clipboard
open val method: Method
Link copied to clipboard
open override val name: String
Link copied to clipboard
open val targetType: Class<T>

Functions

Link copied to clipboard
open fun invoke(target: T, args: Array<Any?> = emptyArray<Any?>()): R