Skip navigation links
C D E G H I L R S T W 

C

Context - Interface in io.nuclio
 

D

debug(String, Object...) - Method in interface io.nuclio.Logger
Log a debug message e.g.
debugWith(String, Object...) - Method in interface io.nuclio.Logger
Log a structured debug message e.g.

E

error(String, Object...) - Method in interface io.nuclio.Logger
Log an error message e.g.
errorWith(String, Object...) - Method in interface io.nuclio.Logger
Log a structured error message e.g.
Event - Interface in io.nuclio
 
EventHandler - Interface in io.nuclio
 

G

getBody() - Method in interface io.nuclio.Event
Event body
getBody() - Method in class io.nuclio.Response
Body
getBodyObject() - Method in interface io.nuclio.Event
Event body
getClassName() - Method in interface io.nuclio.TriggerInfo
Get the class of trigger (sync, async, etc)
getContentType() - Method in interface io.nuclio.Event
Event Content type
getContentType() - Method in class io.nuclio.Response
Content type
getField(String) - Method in interface io.nuclio.Event
Event field
getFieldBytes(String) - Method in interface io.nuclio.Event
Event field
getFieldLong(String) - Method in interface io.nuclio.Event
Event field
getFields() - Method in interface io.nuclio.Event
Event fields
getFieldString(String) - Method in interface io.nuclio.Event
Event field
getHeader(String) - Method in interface io.nuclio.Event
Event header
getHeaderBytes(String) - Method in interface io.nuclio.Event
Event header bytes
getHeaderLong(String) - Method in interface io.nuclio.Event
Event header long
getHeaders() - Method in interface io.nuclio.Event
Event headers
getHeaders() - Method in class io.nuclio.Response
Headers
getHeaderString(String) - Method in interface io.nuclio.Event
Event header string
getID() - Method in interface io.nuclio.Event
Event ID
getKindName() - Method in interface io.nuclio.TriggerInfo
Get specific kind of source (http, rabbit mq, etc)
getLogger() - Method in interface io.nuclio.Context
Get the Logger associated with the context
getMethod() - Method in interface io.nuclio.Event
Event method
getPath() - Method in interface io.nuclio.Event
Event path
getShardID() - Method in interface io.nuclio.Event
Shard ID
getStatusCode() - Method in class io.nuclio.Response
Status code
getTimestamp() - Method in interface io.nuclio.Event
Event timestamp
getTotalNumShards() - Method in interface io.nuclio.Event
Total number of shards
getTriggerInfo() - Method in interface io.nuclio.Event
Trigger information
getType() - Method in interface io.nuclio.Event
Event type
getTypeVersion() - Method in interface io.nuclio.Event
Event type version
getURL() - Method in interface io.nuclio.Event
Event URL
getVersion() - Method in interface io.nuclio.Event
Event version

H

handleEvent(Context, Event) - Method in interface io.nuclio.EventHandler
Handle an event

I

info(String, Object...) - Method in interface io.nuclio.Logger
Log an info message e.g.
infoWith(String, Object...) - Method in interface io.nuclio.Logger
Log a structured info message e.g.
io.nuclio - package io.nuclio
 

L

Logger - Interface in io.nuclio
 

R

Response - Class in io.nuclio
 
Response() - Constructor for class io.nuclio.Response
 

S

setBody(byte[]) - Method in class io.nuclio.Response
Set body
setBody(String) - Method in class io.nuclio.Response
Set body
setContentType(String) - Method in class io.nuclio.Response
Builder method
setHeaders(Map<String, Object>) - Method in class io.nuclio.Response
Builder method
setStatusCode(long) - Method in class io.nuclio.Response
Builder method

T

TriggerInfo - Interface in io.nuclio
 

W

warn(String, Object...) - Method in interface io.nuclio.Logger
Log a warning message e.g.
warnWith(String, Object...) - Method in interface io.nuclio.Logger
Log a structured warning message e.g.
C D E G H I L R S T W 
Skip navigation links