async

fun <T : Any> async(contentType: Class<T>, name: String? = null, processor: BiFunction<Event, T, CompletionStage<*>>): EventProcessor(source)

Create an async EventProcessor.