JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Database Transactional Event Queues Java API Reference
23c
F46992-03
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.oracle.okafka.common
Interface KafkaFuture.BaseFunction<A,B>
All Known Implementing Classes:
KafkaFuture.Function
Enclosing class:
KafkaFuture
<
T
>
public static interface
KafkaFuture.BaseFunction<A,B>
A function which takes objects of type A and returns objects of type B.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
B
apply
(
A
a)
Method Detail
apply
B
apply(
A
a)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Database Transactional Event Queues Java API Reference
23c
F46992-03
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2001, 2023, Oracle and/or its affiliates. All rights reserved.