Groovy Documentation

griffon.plugins.riak
[Java] Interface RiakProvider


public interface RiakProvider

Authors:
Andres Almiray


Method Summary
Object withRiak(Closure closure)

Object withRiak(String clientName, Closure closure)

Object withRiak(CallableWithArgs callable)

Object withRiak(String clientName, CallableWithArgs callable)

 

Method Detail

withRiak

public Object withRiak(Closure closure)


withRiak

public Object withRiak(String clientName, Closure closure)


withRiak

public Object withRiak(CallableWithArgs callable)


withRiak

public Object withRiak(String clientName, CallableWithArgs callable)


 

Groovy Documentation