public class RedisProducer
extends org.apache.camel.support.HeaderSelectorProducer
Constructor and Description |
---|
RedisProducer(org.apache.camel.Endpoint endpoint,
String header,
String defaultHeaderValue,
RedisClient redisClient) |
Modifier and Type | Method and Description |
---|---|
Integer |
invokeAppend(org.apache.camel.Exchange exchange) |
Object |
invokeBlpop(org.apache.camel.Exchange exchange) |
Object |
invokeBrpop(org.apache.camel.Exchange exchange) |
Object |
invokeBrpoplpush(org.apache.camel.Exchange exchange) |
Long |
invokeDecr(org.apache.camel.Exchange exchange) |
Long |
invokeDecrby(org.apache.camel.Exchange exchange) |
void |
invokeDel(org.apache.camel.Exchange exchange) |
void |
invokeDiscard(org.apache.camel.Exchange exchange) |
String |
invokeEcho(org.apache.camel.Exchange exchange) |
void |
invokeExec(org.apache.camel.Exchange exchange) |
Boolean |
invokeExists(org.apache.camel.Exchange exchange) |
Boolean |
invokeExpire(org.apache.camel.Exchange exchange) |
Boolean |
invokeExpireat(org.apache.camel.Exchange exchange) |
Long |
invokeGeoadd(org.apache.camel.Exchange exchange) |
org.springframework.data.geo.Distance |
invokeGeodist(org.apache.camel.Exchange exchange) |
List<String> |
invokeGeohash(org.apache.camel.Exchange exchange) |
List<org.springframework.data.geo.Point> |
invokeGeopos(org.apache.camel.Exchange exchange) |
org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> |
invokeGeoradius(org.apache.camel.Exchange exchange) |
org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> |
invokeGeoradiusbymember(org.apache.camel.Exchange exchange) |
Object |
invokeGet(org.apache.camel.Exchange exchange) |
Boolean |
invokeGetbit(org.apache.camel.Exchange exchange) |
String |
invokeGetrange(org.apache.camel.Exchange exchange) |
Object |
invokeGetset(org.apache.camel.Exchange exchange) |
void |
invokeHdel(org.apache.camel.Exchange exchange) |
Boolean |
invokeHexists(org.apache.camel.Exchange exchange) |
Object |
invokeHget(org.apache.camel.Exchange exchange) |
Map<String,Object> |
invokeHgetAll(org.apache.camel.Exchange exchange) |
Long |
invokeHincrBy(org.apache.camel.Exchange exchange) |
Set<String> |
invokeHkeys(org.apache.camel.Exchange exchange) |
Long |
invokeHlen(org.apache.camel.Exchange exchange) |
Collection<Object> |
invokeHmget(org.apache.camel.Exchange exchange) |
void |
invokeHmset(org.apache.camel.Exchange exchange) |
void |
invokeHset(org.apache.camel.Exchange exchange) |
Boolean |
invokeHsetnx(org.apache.camel.Exchange exchange) |
Collection<Object> |
invokeHvals(org.apache.camel.Exchange exchange) |
Long |
invokeIncr(org.apache.camel.Exchange exchange) |
Long |
invokeIncrby(org.apache.camel.Exchange exchange) |
Collection<String> |
invokeKeys(org.apache.camel.Exchange exchange) |
Object |
invokeLindex(org.apache.camel.Exchange exchange) |
Object |
invokeLinsert(org.apache.camel.Exchange exchange) |
Long |
invokeLlen(org.apache.camel.Exchange exchange) |
Object |
invokeLpop(org.apache.camel.Exchange exchange) |
Long |
invokeLpush(org.apache.camel.Exchange exchange) |
Long |
invokeLpushx(org.apache.camel.Exchange exchange) |
List<Object> |
invokeLrange(org.apache.camel.Exchange exchange) |
Long |
invokeLrem(org.apache.camel.Exchange exchange) |
void |
invokeLset(org.apache.camel.Exchange exchange) |
void |
invokeLtrim(org.apache.camel.Exchange exchange) |
List<Object> |
invokeMget(org.apache.camel.Exchange exchange) |
Boolean |
invokeMove(org.apache.camel.Exchange exchange) |
void |
invokeMset(org.apache.camel.Exchange exchange) |
void |
invokeMsetnx(org.apache.camel.Exchange exchange) |
void |
invokeMulti(org.apache.camel.Exchange exchange) |
Boolean |
invokePersist(org.apache.camel.Exchange exchange) |
Boolean |
invokePexpire(org.apache.camel.Exchange exchange) |
Boolean |
invokePexpireat(org.apache.camel.Exchange exchange) |
String |
invokePing(org.apache.camel.Exchange exchange) |
void |
invokePublish(org.apache.camel.Exchange exchange) |
void |
invokeQuit(org.apache.camel.Exchange exchange) |
String |
invokeRandomkey(org.apache.camel.Exchange exchange) |
void |
invokeRename(org.apache.camel.Exchange exchange) |
Boolean |
invokeRenamenx(org.apache.camel.Exchange exchange) |
Object |
invokeRpop(org.apache.camel.Exchange exchange) |
Object |
invokeRpoplpush(org.apache.camel.Exchange exchange) |
Long |
invokeRpush(org.apache.camel.Exchange exchange) |
Long |
invokeRpushx(org.apache.camel.Exchange exchange) |
Long |
invokeSadd(org.apache.camel.Exchange exchange) |
Long |
invokeScard(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeSdiff(org.apache.camel.Exchange exchange) |
void |
invokeSdiffstore(org.apache.camel.Exchange exchange) |
void |
invokeSet(org.apache.camel.Exchange exchange) |
void |
invokeSetbit(org.apache.camel.Exchange exchange) |
void |
invokeSetex(org.apache.camel.Exchange exchange) |
Boolean |
invokeSetnx(org.apache.camel.Exchange exchange) |
void |
invokeSetrange(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeSinter(org.apache.camel.Exchange exchange) |
void |
invokeSinterstore(org.apache.camel.Exchange exchange) |
Boolean |
invokeSismember(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeSmembers(org.apache.camel.Exchange exchange) |
Boolean |
invokeSmove(org.apache.camel.Exchange exchange) |
List<Object> |
invokeSort(org.apache.camel.Exchange exchange) |
Object |
invokeSpop(org.apache.camel.Exchange exchange) |
Object |
invokeSrandmember(org.apache.camel.Exchange exchange) |
Long |
invokeSrem(org.apache.camel.Exchange exchange) |
Long |
invokeStrlen(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeSunion(org.apache.camel.Exchange exchange) |
void |
invokeSunionstore(org.apache.camel.Exchange exchange) |
Long |
invokeTtl(org.apache.camel.Exchange exchange) |
String |
invokeType(org.apache.camel.Exchange exchange) |
void |
invokeUnwatch(org.apache.camel.Exchange exchange) |
void |
invokeWatch(org.apache.camel.Exchange exchange) |
Boolean |
invokeZadd(org.apache.camel.Exchange exchange) |
Long |
invokeZcard(org.apache.camel.Exchange exchange) |
Long |
invokeZcount(org.apache.camel.Exchange exchange) |
Double |
invokeZincrby(org.apache.camel.Exchange exchange) |
void |
invokeZinterstore(org.apache.camel.Exchange exchange) |
Object |
invokeZrange(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeZrangebyscore(org.apache.camel.Exchange exchange) |
Long |
invokeZrank(org.apache.camel.Exchange exchange) |
Long |
invokeZrem(org.apache.camel.Exchange exchange) |
void |
invokeZremrangebyrank(org.apache.camel.Exchange exchange) |
void |
invokeZremrangebyscore(org.apache.camel.Exchange exchange) |
Object |
invokeZrevrange(org.apache.camel.Exchange exchange) |
Set<Object> |
invokeZrevrangebyscore(org.apache.camel.Exchange exchange) |
Long |
invokeZrevrank(org.apache.camel.Exchange exchange) |
void |
invokeZunionstore(org.apache.camel.Exchange exchange) |
doBuild, getCamelContext, process, processResult, setCamelContext
createExchange, doStart, doStop, getEndpoint, isSingleton, toString
build, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RedisProducer(org.apache.camel.Endpoint endpoint, String header, String defaultHeaderValue, RedisClient redisClient)
public String invokeEcho(org.apache.camel.Exchange exchange)
public String invokePing(org.apache.camel.Exchange exchange)
public void invokeQuit(org.apache.camel.Exchange exchange)
public void invokeHdel(org.apache.camel.Exchange exchange)
public Boolean invokeHexists(org.apache.camel.Exchange exchange)
public Object invokeHget(org.apache.camel.Exchange exchange)
public Long invokeHincrBy(org.apache.camel.Exchange exchange)
public Long invokeHlen(org.apache.camel.Exchange exchange)
public Collection<Object> invokeHmget(org.apache.camel.Exchange exchange)
public void invokeHmset(org.apache.camel.Exchange exchange)
public void invokeHset(org.apache.camel.Exchange exchange)
public Boolean invokeHsetnx(org.apache.camel.Exchange exchange)
public Collection<Object> invokeHvals(org.apache.camel.Exchange exchange)
public void invokeDel(org.apache.camel.Exchange exchange)
public Boolean invokeExists(org.apache.camel.Exchange exchange)
public Boolean invokeExpire(org.apache.camel.Exchange exchange)
public Boolean invokeExpireat(org.apache.camel.Exchange exchange)
public Collection<String> invokeKeys(org.apache.camel.Exchange exchange)
public Boolean invokeMove(org.apache.camel.Exchange exchange)
public Boolean invokePersist(org.apache.camel.Exchange exchange)
public Boolean invokePexpire(org.apache.camel.Exchange exchange)
public Boolean invokePexpireat(org.apache.camel.Exchange exchange)
public String invokeRandomkey(org.apache.camel.Exchange exchange)
public void invokeRename(org.apache.camel.Exchange exchange)
public Boolean invokeRenamenx(org.apache.camel.Exchange exchange)
public Long invokeTtl(org.apache.camel.Exchange exchange)
public String invokeType(org.apache.camel.Exchange exchange)
public Object invokeBlpop(org.apache.camel.Exchange exchange)
public Object invokeBrpop(org.apache.camel.Exchange exchange)
public Object invokeBrpoplpush(org.apache.camel.Exchange exchange)
public Object invokeLindex(org.apache.camel.Exchange exchange)
public Object invokeLinsert(org.apache.camel.Exchange exchange)
public Long invokeLlen(org.apache.camel.Exchange exchange)
public Object invokeLpop(org.apache.camel.Exchange exchange)
public Long invokeLpush(org.apache.camel.Exchange exchange)
public Long invokeLpushx(org.apache.camel.Exchange exchange)
public Long invokeLrem(org.apache.camel.Exchange exchange)
public void invokeLset(org.apache.camel.Exchange exchange)
public void invokeLtrim(org.apache.camel.Exchange exchange)
public Object invokeRpop(org.apache.camel.Exchange exchange)
public Object invokeRpoplpush(org.apache.camel.Exchange exchange)
public Long invokeRpush(org.apache.camel.Exchange exchange)
public Long invokeRpushx(org.apache.camel.Exchange exchange)
public void invokePublish(org.apache.camel.Exchange exchange)
public Long invokeSadd(org.apache.camel.Exchange exchange)
public Long invokeScard(org.apache.camel.Exchange exchange)
public void invokeSdiffstore(org.apache.camel.Exchange exchange)
public void invokeSinterstore(org.apache.camel.Exchange exchange)
public Boolean invokeSismember(org.apache.camel.Exchange exchange)
public Boolean invokeSmove(org.apache.camel.Exchange exchange)
public Object invokeSpop(org.apache.camel.Exchange exchange)
public Object invokeSrandmember(org.apache.camel.Exchange exchange)
public Long invokeSrem(org.apache.camel.Exchange exchange)
public void invokeSunionstore(org.apache.camel.Exchange exchange)
public Boolean invokeZadd(org.apache.camel.Exchange exchange)
public Long invokeZcard(org.apache.camel.Exchange exchange)
public Long invokeZcount(org.apache.camel.Exchange exchange)
public Double invokeZincrby(org.apache.camel.Exchange exchange)
public void invokeZinterstore(org.apache.camel.Exchange exchange)
public Object invokeZrange(org.apache.camel.Exchange exchange)
public Long invokeZrank(org.apache.camel.Exchange exchange)
public Long invokeZrem(org.apache.camel.Exchange exchange)
public void invokeZremrangebyrank(org.apache.camel.Exchange exchange)
public void invokeZremrangebyscore(org.apache.camel.Exchange exchange)
public Object invokeZrevrange(org.apache.camel.Exchange exchange)
public Set<Object> invokeZrevrangebyscore(org.apache.camel.Exchange exchange)
public Long invokeZrevrank(org.apache.camel.Exchange exchange)
public void invokeZunionstore(org.apache.camel.Exchange exchange)
public Integer invokeAppend(org.apache.camel.Exchange exchange)
public Long invokeDecr(org.apache.camel.Exchange exchange)
public Long invokeDecrby(org.apache.camel.Exchange exchange)
public Object invokeGet(org.apache.camel.Exchange exchange)
public Boolean invokeGetbit(org.apache.camel.Exchange exchange)
public String invokeGetrange(org.apache.camel.Exchange exchange)
public void invokeSetrange(org.apache.camel.Exchange exchange)
public Object invokeGetset(org.apache.camel.Exchange exchange)
public Long invokeIncr(org.apache.camel.Exchange exchange)
public Long invokeIncrby(org.apache.camel.Exchange exchange)
public void invokeMset(org.apache.camel.Exchange exchange)
public void invokeMsetnx(org.apache.camel.Exchange exchange)
public void invokeSet(org.apache.camel.Exchange exchange)
public void invokeSetbit(org.apache.camel.Exchange exchange)
public void invokeSetex(org.apache.camel.Exchange exchange)
public Boolean invokeSetnx(org.apache.camel.Exchange exchange)
public Long invokeStrlen(org.apache.camel.Exchange exchange)
public void invokeDiscard(org.apache.camel.Exchange exchange)
public void invokeExec(org.apache.camel.Exchange exchange)
public void invokeMulti(org.apache.camel.Exchange exchange)
public void invokeWatch(org.apache.camel.Exchange exchange)
public void invokeUnwatch(org.apache.camel.Exchange exchange)
public Long invokeGeoadd(org.apache.camel.Exchange exchange)
public org.springframework.data.geo.Distance invokeGeodist(org.apache.camel.Exchange exchange)
public List<org.springframework.data.geo.Point> invokeGeopos(org.apache.camel.Exchange exchange)
public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradius(org.apache.camel.Exchange exchange)
public org.springframework.data.geo.GeoResults<org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation<Object>> invokeGeoradiusbymember(org.apache.camel.Exchange exchange)
Apache Camel