Skip to content

Commit 2545083

Browse files
cicoriasggailey777
andauthored
Update includes/functions-bindings-event-hubs-trigger.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent f5944ca commit 2545083

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

includes/functions-bindings-event-hubs-trigger.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@ public void eventHubProcessor(
286286

287287
In the [Java functions runtime library](/java/api/overview/azure/functions/runtime), use the `EventHubTrigger` annotation on parameters whose value comes from the event hub. Parameters with these annotations cause the function to run when an event arrives. This annotation can be used with native Java types, POJOs, or nullable values using `Optional<T>`.
288288

289-
::: zone-end
290-
291-
::: zone pivot="programming-language-java"
292289

293290
The following example illustrates extensive use of `SystemProperties` and other Binding options for further introspection of the Event along with providing a well-formed `BlobOutput` path that is Date hierarchical.
294291

0 commit comments

Comments
 (0)