Time2Configure

Consumer

Consumes an entry.

A Consumer can be create with Entries::consumeEntry().

Tags
template

K

template

V

author

Olivier Rodriguez (zuri)

Table of Contents

Methods

consume()  : void
Consumes an entry to do an action.

Methods

consume()

Consumes an entry to do an action.

public consume(Configuration<K, V$config, K $key, V $value) : void
Parameters
$config : Configuration<K, V>

The configuration of the (key => value) entry.

$key : K

The key of the entry.

$value : V

The value of the entry.


        
On this page

Search results