Skip to content

Instantly share code, notes, and snippets.

@GLitchfield
Created November 14, 2013 20:58
Show Gist options
  • Save GLitchfield/7474200 to your computer and use it in GitHub Desktop.
Save GLitchfield/7474200 to your computer and use it in GitHub Desktop.
public interface MetadataService {
// Placeholder
interface SearchContext {
}
Observable<Instrument> instrument(String... symbols);
Observable<Instrument> instrument(SearchContext ctx, String... symbols);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment