| Package | Description |
|---|---|
| org.apache.nifi.processors.windows.event.log | |
| org.apache.nifi.processors.windows.event.log.jna |
| Modifier and Type | Field and Description |
|---|---|
private WEvtApi.EVT_SUBSCRIBE_CALLBACK |
ConsumeWindowsEventLog.evtSubscribeCallback |
| Modifier and Type | Class and Description |
|---|---|
class |
EventSubscribeXmlRenderingCallback
Callback that will render the XML representation of the event using native Windows API
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.platform.win32.WinNT.HANDLE |
WEvtApi.EvtSubscribe(com.sun.jna.platform.win32.WinNT.HANDLE session,
com.sun.jna.platform.win32.WinNT.HANDLE signalEvent,
String channelName,
String xpathQuery,
com.sun.jna.platform.win32.WinNT.HANDLE bookmark,
com.sun.jna.platform.win32.WinDef.PVOID context,
WEvtApi.EVT_SUBSCRIBE_CALLBACK evtSubscribeCallback,
int flags) |
Copyright © 2020 Apache NiFi Project. All rights reserved.